home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997 November
/
Macworld (1997-11).dmg
/
Inside Macworld
/
Product News
/
BBEdit 4.5 Demo
/
HTML Templates
/
Include Example.tmpl
< prev
next >
Wrap
Text File
|
1996-06-23
|
561b
|
32 lines
<!--
This example illustrates the use of the #include directive. You can
include HTML source code by reference into another file, rather than
having to copy and paste (and deal with the headaches of keeping
all of your HTML code in sync.
-->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>#TITLE#</TITLE>
<!--
Created: #COMPDATE#
By: #USERNAME#
Where: #ROOT##FILENAME#
-->
<!-- #include "baseURL.incl" -->
<!-- end include -->
</HEAD>
<BODY>
#BODYTEXT#
<!-- #include "footer.incl" -->
<!-- end include -->
</BODY>
</HTML>